home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
beaverblast.swf
/
scripts
/
DefineButton2_64
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
251 b
|
9 lines
on(release){
name = _root.name;
score = _root.score;
pass = "coolgames";
getURL(_root.scriptPath + "scores.php?name=" + _root.name + "&score=" + _root.score + "&pass=coolgames","_blank");
_root.gotoAndStop("init");
play();
}